home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / WWW / http / www.cu-amiga.co.uk / features / c-tutorial / Part-6.lzx / Part-6 / asl2 / toolwin.h < prev    next >
C/C++ Source or Header  |  1988-02-08  |  187b  |  15 lines

  1. #ifndef TOOLWIN_H
  2.  
  3. #define TOOLWIN_H
  4.  
  5. #include<intuition/intuition.h>
  6.  
  7. int  openToolWin(void);
  8. void closeToolWin(void);
  9.  
  10. struct Window* getToolWin(void);
  11.  
  12. ULONG getToolSig(void);
  13.  
  14. #endif
  15.